Layer 224
UpdateBotEditBusinessMessage
A message was edited in a connected business chat.
constructor
Business
updateBotEditBusinessMessage#7df587c flags:# connection_id:string message:Message reply_to_message:flags.0?Message qts:int = Update;
Parameters
Returns
UpdateGogram Example
// Creating UpdateBotEditBusinessMessage constructor obj := &tg.UpdateBotEditBusinessMessage{ ConnectionId: "Hello, World!", Message: &tg.Message{}, Qts: 42, // Optional fields: // ReplyToMessage: &tg.Message{}, }