You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
thanks in advanced for nice api you have designed.
I wanna use TLRequestMessagesAddChatUser method to add user to chat.the chat_id type is int but the chat id that i have is too long for int data type and it s long (chat_id: -1001027811592). what do i have to do for this problem? do i have to change api layer ? if the answer is yes , where can i find that api layer ?
thanks.
The text was updated successfully, but these errors were encountered:
@mram3d
According the tg documentation this field cannot be long anyways. The real id of your group is 1027811592 but -100 is just prefix for channels or supergroups. Try to operate it as with channels.
Hi
thanks in advanced for nice api you have designed.
I wanna use TLRequestMessagesAddChatUser method to add user to chat.the chat_id type is int but the chat id that i have is too long for int data type and it s long (chat_id: -1001027811592). what do i have to do for this problem? do i have to change api layer ? if the answer is yes , where can i find that api layer ?
thanks.
The text was updated successfully, but these errors were encountered: