const github.com/gotd/td/tg.MessagesGetMessageReadParticipantsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_get_message_read_participants_gen.go#L54: const MessagesGetMessageReadParticipantsRequestTypeID = 0x31c1c44f
tl_messages_get_message_read_participants_gen.go#L100: return MessagesGetMessageReadParticipantsRequestTypeID
tl_messages_get_message_read_participants_gen.go#L112: ID: MessagesGetMessageReadParticipantsRequestTypeID,
tl_messages_get_message_read_participants_gen.go#L136: b.PutID(MessagesGetMessageReadParticipantsRequestTypeID)
tl_messages_get_message_read_participants_gen.go#L160: if err := b.ConsumeID(MessagesGetMessageReadParticipantsRequestTypeID); err != nil {
tl_registry_gen.go#L1530: MessagesGetMessageReadParticipantsRequestTypeID: "messages.getMessageReadParticipants#31c1c44f",
tl_registry_gen.go#L3312: "messages.getMessageReadParticipants": MessagesGetMessageReadParticipantsRequestTypeID,
tl_registry_gen.go#L5094: MessagesGetMessageReadParticipantsRequestTypeID: func() bin.Object { return &MessagesGetMessageReadParticipantsRequest{} },
tl_server_gen.go#L5261: s.handlers[MessagesGetMessageReadParticipantsRequestTypeID] = handler
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. |