Skip to content

1.1.0

Compare
Choose a tag to compare
@Sreyas-Sreelal Sreyas-Sreelal released this 27 Apr 14:19
· 6 commits to master since this release
  • Add support to Cyrillic characters
  • Add option to disable webpage preview on TG_SendMessage
native TG_SendMessage(TGBot:bot,const TGChatId:chatid[],const text[],TGMessage:reply_id=INVALID_MESSAGE_ID,TGParseMode:parse_mode=TGParseMode:-1,bool:disable_web_page_preview=false,const callback[]="");
  • Add support for telegram topics/threads
forward OnTGMessage(TGBot:bot,TGUser:fromid[],TGMessage:messageid,TGTopic:messagethreadid);
  • New natives to ban, kick and unban users
native TG_BanChatMember(TGBot:bot,const TGChatId:chatid[],const TGUser:userid[],until_date=-1,bool:revoke_messages=true);
native TG_UnbanChatMember(TGBot:bot,const TGChatId:chatid[],const TGUser:userid[],only_if_banned=false);