jtelegrambot

  1. P

    B4J Question jtelegrambot error

    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...
  2. behnam_tr

    B4J Question Jtelegrambot Forward Error

    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"...
  3. behnam_tr

    B4J Question jtelegram bot "newContactButton" problem

    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...
  4. behnam_tr

    B4J Question jtelegrambot onGetUpdatesFailure loop

    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...
  5. behnam_tr

    B4J Question jtelegrambot lib "date" problem

    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...
  6. behnam_tr

    B4J Question jtelegrambot -how make keyboard

    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...
  7. behnam_tr

    B4J Question JTelegramBot Problem

    hello everyone i got this error in JTelegramBot library Program started. JTelegramBot (myseke_bot) starts in "Polling" mode. NegativeResponseException{httpResponseCode=401, errorCode=401, description='Unauthorized'} io.fouad.jtb.core.exceptions.NegativeResponseException: Error Code = 401 |...
Top