const github.com/gotd/td/tg.MessagesEditChatPhotoRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_edit_chat_photo_gen.go#L46: const MessagesEditChatPhotoRequestTypeID = 0x35ddd674
tl_messages_edit_chat_photo_gen.go#L92: return MessagesEditChatPhotoRequestTypeID
tl_messages_edit_chat_photo_gen.go#L104: ID: MessagesEditChatPhotoRequestTypeID,
tl_messages_edit_chat_photo_gen.go#L128: b.PutID(MessagesEditChatPhotoRequestTypeID)
tl_messages_edit_chat_photo_gen.go#L152: if err := b.ConsumeID(MessagesEditChatPhotoRequestTypeID); err != nil {
tl_registry_gen.go#L1407: MessagesEditChatPhotoRequestTypeID: "messages.editChatPhoto#35ddd674",
tl_registry_gen.go#L3189: "messages.editChatPhoto": MessagesEditChatPhotoRequestTypeID,
tl_registry_gen.go#L4971: MessagesEditChatPhotoRequestTypeID: func() bin.Object { return &MessagesEditChatPhotoRequest{} },
tl_server_gen.go#L3038: s.handlers[MessagesEditChatPhotoRequestTypeID] = 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. |