Hello Everyone,
I am facing an issue with jtelegrambot for the new users who have registered with telegram. A possible cause is the user-id of newly registered users are in 5 billion (5065327552) and it is probably declared as int. any solution to this is highly appreciated...
hi
when i forward message from other group or channels to my group
i get this error
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "forward_from_message_id" (class io.fouad.jtb.core.beans.Message), not marked as ignorable (38 known properties: "entities"...
hi
in jtelegrambot lib
i use this code for get user phone number
Dim ib As KeyboardButtonBuilder
ib.Initialize
Dim mark As ReplyKeyboardMarkup
mark.initialize(ib.newRow.newButton("").newContactButton("send phone").newRow.build,True,True,False)
but after user send i...
hi
@DonManfred
thanks for all answers and solving my problems :):)
i develop telegram bot and add this to the telegram group
it control my group
everythins is ok but when anyone post sticker in group
onGetUpdatesFailure event called and unlimit loop run and down bot and dosent work else
i...
hi
@DonManfred
in jtelegrambot lib
the "message.date" and "replymessage.date" have a problem
message.date return int value
but the int has limit it should long or string
for example :
Log("Date:" & message.Date) //int
Log("system:"&DateTime.Now) //long
result :
Date:1565595517 (this is...
hi
i want to to make keyboard with jtelegrambot
i want to have three button in one row
how can i do it
Dim ib As KeyboardButtonBuilder
ib.Initialize
Dim mark As ReplyKeyboardMarkup...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.