type github.com/gotd/td/tg.ReceivedNotifyMessage
27 uses
github.com/gotd/td/tg (current package)
tl_messages_received_messages_gen.go#L168: func (c *Client) MessagesReceivedMessages(ctx context.Context, maxid int) ([]ReceivedNotifyMessage, error) {
tl_messages_received_messages_gen.go#L177: return []ReceivedNotifyMessage(result.Elems), nil
tl_received_notify_message_gen.go#L38: type ReceivedNotifyMessage struct {
tl_received_notify_message_gen.go#L50: _ bin.Encoder = &ReceivedNotifyMessage{}
tl_received_notify_message_gen.go#L51: _ bin.Decoder = &ReceivedNotifyMessage{}
tl_received_notify_message_gen.go#L52: _ bin.BareEncoder = &ReceivedNotifyMessage{}
tl_received_notify_message_gen.go#L53: _ bin.BareDecoder = &ReceivedNotifyMessage{}
tl_received_notify_message_gen.go#L56: func (r *ReceivedNotifyMessage) Zero() bool {
tl_received_notify_message_gen.go#L71: func (r *ReceivedNotifyMessage) String() string {
tl_received_notify_message_gen.go#L75: type Alias ReceivedNotifyMessage
tl_received_notify_message_gen.go#L80: func (r *ReceivedNotifyMessage) FillFrom(from interface {
tl_received_notify_message_gen.go#L91: func (*ReceivedNotifyMessage) TypeID() uint32 {
tl_received_notify_message_gen.go#L96: func (*ReceivedNotifyMessage) TypeName() string {
tl_received_notify_message_gen.go#L101: func (r *ReceivedNotifyMessage) TypeInfo() tdp.Type {
tl_received_notify_message_gen.go#L124: func (r *ReceivedNotifyMessage) Encode(b *bin.Buffer) error {
tl_received_notify_message_gen.go#L133: func (r *ReceivedNotifyMessage) EncodeBare(b *bin.Buffer) error {
tl_received_notify_message_gen.go#L143: func (r *ReceivedNotifyMessage) Decode(b *bin.Buffer) error {
tl_received_notify_message_gen.go#L154: func (r *ReceivedNotifyMessage) DecodeBare(b *bin.Buffer) error {
tl_received_notify_message_gen.go#L176: func (r *ReceivedNotifyMessage) GetID() (value int) {
tl_received_notify_message_gen.go#L184: func (r *ReceivedNotifyMessage) GetFlags() (value int) {
tl_received_notify_message_vector_gen.go#L37: Elems []ReceivedNotifyMessage
tl_received_notify_message_vector_gen.go#L73: GetElems() (value []ReceivedNotifyMessage)
tl_received_notify_message_vector_gen.go#L153: vec.Elems = make([]ReceivedNotifyMessage, 0, headerLen%bin.PreallocateLimit)
tl_received_notify_message_vector_gen.go#L156: var value ReceivedNotifyMessage
tl_received_notify_message_vector_gen.go#L167: func (vec *ReceivedNotifyMessageVector) GetElems() (value []ReceivedNotifyMessage) {
tl_registry_gen.go#L4084: ReceivedNotifyMessageTypeID: func() bin.Object { return &ReceivedNotifyMessage{} },
tl_server_gen.go#L2825: func (s *ServerDispatcher) OnMessagesReceivedMessages(f func(ctx context.Context, maxid int) ([]ReceivedNotifyMessage, error)) {
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. |