type github.com/gotd/td/tg.BotsAnswerWebhookJSONQueryRequest
22 uses
github.com/gotd/td/tg (current package)
tl_bots_answer_webhook_json_query_gen.go#L38: type BotsAnswerWebhookJSONQueryRequest struct {
tl_bots_answer_webhook_json_query_gen.go#L50: _ bin.Encoder = &BotsAnswerWebhookJSONQueryRequest{}
tl_bots_answer_webhook_json_query_gen.go#L51: _ bin.Decoder = &BotsAnswerWebhookJSONQueryRequest{}
tl_bots_answer_webhook_json_query_gen.go#L52: _ bin.BareEncoder = &BotsAnswerWebhookJSONQueryRequest{}
tl_bots_answer_webhook_json_query_gen.go#L53: _ bin.BareDecoder = &BotsAnswerWebhookJSONQueryRequest{}
tl_bots_answer_webhook_json_query_gen.go#L56: func (a *BotsAnswerWebhookJSONQueryRequest) Zero() bool {
tl_bots_answer_webhook_json_query_gen.go#L71: func (a *BotsAnswerWebhookJSONQueryRequest) String() string {
tl_bots_answer_webhook_json_query_gen.go#L75: type Alias BotsAnswerWebhookJSONQueryRequest
tl_bots_answer_webhook_json_query_gen.go#L80: func (a *BotsAnswerWebhookJSONQueryRequest) FillFrom(from interface {
tl_bots_answer_webhook_json_query_gen.go#L91: func (*BotsAnswerWebhookJSONQueryRequest) TypeID() uint32 {
tl_bots_answer_webhook_json_query_gen.go#L96: func (*BotsAnswerWebhookJSONQueryRequest) TypeName() string {
tl_bots_answer_webhook_json_query_gen.go#L101: func (a *BotsAnswerWebhookJSONQueryRequest) TypeInfo() tdp.Type {
tl_bots_answer_webhook_json_query_gen.go#L124: func (a *BotsAnswerWebhookJSONQueryRequest) Encode(b *bin.Buffer) error {
tl_bots_answer_webhook_json_query_gen.go#L133: func (a *BotsAnswerWebhookJSONQueryRequest) EncodeBare(b *bin.Buffer) error {
tl_bots_answer_webhook_json_query_gen.go#L145: func (a *BotsAnswerWebhookJSONQueryRequest) Decode(b *bin.Buffer) error {
tl_bots_answer_webhook_json_query_gen.go#L156: func (a *BotsAnswerWebhookJSONQueryRequest) DecodeBare(b *bin.Buffer) error {
tl_bots_answer_webhook_json_query_gen.go#L176: func (a *BotsAnswerWebhookJSONQueryRequest) GetQueryID() (value int64) {
tl_bots_answer_webhook_json_query_gen.go#L184: func (a *BotsAnswerWebhookJSONQueryRequest) GetData() (value DataJSON) {
tl_bots_answer_webhook_json_query_gen.go#L202: func (c *Client) BotsAnswerWebhookJSONQuery(ctx context.Context, request *BotsAnswerWebhookJSONQueryRequest) (bool, error) {
tl_registry_gen.go#L5242: BotsAnswerWebhookJSONQueryRequestTypeID: func() bin.Object { return &BotsAnswerWebhookJSONQueryRequest{} },
tl_server_gen.go#L7883: func (s *ServerDispatcher) OnBotsAnswerWebhookJSONQuery(f func(ctx context.Context, request *BotsAnswerWebhookJSONQueryRequest) (bool, error)) {
tl_server_gen.go#L7885: var request BotsAnswerWebhookJSONQueryRequest
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |