type github.com/gotd/td/tg.MessagesSendScreenshotNotificationRequest
23 uses
github.com/gotd/td/tg (current package)
tl_messages_send_screenshot_notification_gen.go#L38: type MessagesSendScreenshotNotificationRequest struct {
tl_messages_send_screenshot_notification_gen.go#L53: _ bin.Encoder = &MessagesSendScreenshotNotificationRequest{}
tl_messages_send_screenshot_notification_gen.go#L54: _ bin.Decoder = &MessagesSendScreenshotNotificationRequest{}
tl_messages_send_screenshot_notification_gen.go#L55: _ bin.BareEncoder = &MessagesSendScreenshotNotificationRequest{}
tl_messages_send_screenshot_notification_gen.go#L56: _ bin.BareDecoder = &MessagesSendScreenshotNotificationRequest{}
tl_messages_send_screenshot_notification_gen.go#L59: func (s *MessagesSendScreenshotNotificationRequest) Zero() bool {
tl_messages_send_screenshot_notification_gen.go#L77: func (s *MessagesSendScreenshotNotificationRequest) String() string {
tl_messages_send_screenshot_notification_gen.go#L81: type Alias MessagesSendScreenshotNotificationRequest
tl_messages_send_screenshot_notification_gen.go#L86: func (s *MessagesSendScreenshotNotificationRequest) FillFrom(from interface {
tl_messages_send_screenshot_notification_gen.go#L99: func (*MessagesSendScreenshotNotificationRequest) TypeID() uint32 {
tl_messages_send_screenshot_notification_gen.go#L104: func (*MessagesSendScreenshotNotificationRequest) TypeName() string {
tl_messages_send_screenshot_notification_gen.go#L109: func (s *MessagesSendScreenshotNotificationRequest) TypeInfo() tdp.Type {
tl_messages_send_screenshot_notification_gen.go#L136: func (s *MessagesSendScreenshotNotificationRequest) Encode(b *bin.Buffer) error {
tl_messages_send_screenshot_notification_gen.go#L145: func (s *MessagesSendScreenshotNotificationRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_send_screenshot_notification_gen.go#L166: func (s *MessagesSendScreenshotNotificationRequest) Decode(b *bin.Buffer) error {
tl_messages_send_screenshot_notification_gen.go#L177: func (s *MessagesSendScreenshotNotificationRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_send_screenshot_notification_gen.go#L206: func (s *MessagesSendScreenshotNotificationRequest) GetPeer() (value InputPeerClass) {
tl_messages_send_screenshot_notification_gen.go#L214: func (s *MessagesSendScreenshotNotificationRequest) GetReplyTo() (value InputReplyToClass) {
tl_messages_send_screenshot_notification_gen.go#L222: func (s *MessagesSendScreenshotNotificationRequest) GetRandomID() (value int64) {
tl_messages_send_screenshot_notification_gen.go#L240: func (c *Client) MessagesSendScreenshotNotification(ctx context.Context, request *MessagesSendScreenshotNotificationRequest) (UpdatesClass, error) {
tl_registry_gen.go#L5036: MessagesSendScreenshotNotificationRequestTypeID: func() bin.Object { return &MessagesSendScreenshotNotificationRequest{} },
tl_server_gen.go#L4209: func (s *ServerDispatcher) OnMessagesSendScreenshotNotification(f func(ctx context.Context, request *MessagesSendScreenshotNotificationRequest) (UpdatesClass, error)) {
tl_server_gen.go#L4211: var request MessagesSendScreenshotNotificationRequest
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. |