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