Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotsServiceImpl ¶
type BotsServiceImpl struct { }
func NewBotsServiceImpl ¶
func NewBotsServiceImpl(models []core.CoreModel) *BotsServiceImpl
func (*BotsServiceImpl) BotsAnswerWebhookJSONQuery ¶
func (s *BotsServiceImpl) BotsAnswerWebhookJSONQuery(ctx context.Context, request *mtproto.TLBotsAnswerWebhookJSONQuery) (*mtproto.Bool, error)
bots.answerWebhookJSONQuery#e6213f4d query_id:long data:DataJSON = Bool;
func (*BotsServiceImpl) BotsSendCustomRequest ¶
func (s *BotsServiceImpl) BotsSendCustomRequest(ctx context.Context, request *mtproto.TLBotsSendCustomRequest) (*mtproto.DataJSON, error)
bots.sendCustomRequest#aa2769ed custom_method:string params:DataJSON = DataJSON;
Click to show internal directories.
Click to hide internal directories.