Skip to content

Commit

Permalink
const correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Apr 16, 2020
1 parent 5d5c152 commit 8881eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/tgconnector.inc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ enum TGUserStatus {
};

//basic
native TGBot:TGConnect(const token[],proxy[]="",thread_limit=3);
native TGBot:TGConnectFromEnv(const variable[],proxy[]="",thread_limit=3);
native TGBot:TGConnect(const token[],const proxy[]="",thread_limit=3);
native TGBot:TGConnectFromEnv(const variable[],const proxy[]="",thread_limit=3);
native TGSendMessage(TGBot:bot,const TGChatId:chatid[],const text[],TGMessage:reply_id=INVALID_MESSAGE_ID,TGParseMode:parse_mode=TGParseMode:-1,callback[]="");
native TGDeleteMessage(TGBot:bot,TGChatId:chatid[],TGMessage:messageid);
native TGEditMessage(TGBot:bot,TGChatId:chatid[],TGMessage:messageid,text[],TGParseMode:parse_mode=TGParseMode:-1);
Expand Down

0 comments on commit 8881eba

Please sign in to comment.