type github.com/gotd/td/tg.ReceivedNotifyMessageVector
19 uses
github.com/gotd/td/tg (current package)
tl_messages_received_messages_gen.go#L169: var result ReceivedNotifyMessageVector
tl_received_notify_message_vector_gen.go#L35: type ReceivedNotifyMessageVector struct {
tl_received_notify_message_vector_gen.go#L45: _ bin.Encoder = &ReceivedNotifyMessageVector{}
tl_received_notify_message_vector_gen.go#L46: _ bin.Decoder = &ReceivedNotifyMessageVector{}
tl_received_notify_message_vector_gen.go#L47: _ bin.BareEncoder = &ReceivedNotifyMessageVector{}
tl_received_notify_message_vector_gen.go#L48: _ bin.BareDecoder = &ReceivedNotifyMessageVector{}
tl_received_notify_message_vector_gen.go#L51: func (vec *ReceivedNotifyMessageVector) Zero() bool {
tl_received_notify_message_vector_gen.go#L63: func (vec *ReceivedNotifyMessageVector) String() string {
tl_received_notify_message_vector_gen.go#L67: type Alias ReceivedNotifyMessageVector
tl_received_notify_message_vector_gen.go#L72: func (vec *ReceivedNotifyMessageVector) FillFrom(from interface {
tl_received_notify_message_vector_gen.go#L81: func (*ReceivedNotifyMessageVector) TypeID() uint32 {
tl_received_notify_message_vector_gen.go#L86: func (*ReceivedNotifyMessageVector) TypeName() string {
tl_received_notify_message_vector_gen.go#L91: func (vec *ReceivedNotifyMessageVector) TypeInfo() tdp.Type {
tl_received_notify_message_vector_gen.go#L110: func (vec *ReceivedNotifyMessageVector) Encode(b *bin.Buffer) error {
tl_received_notify_message_vector_gen.go#L119: func (vec *ReceivedNotifyMessageVector) EncodeBare(b *bin.Buffer) error {
tl_received_notify_message_vector_gen.go#L133: func (vec *ReceivedNotifyMessageVector) Decode(b *bin.Buffer) error {
tl_received_notify_message_vector_gen.go#L142: func (vec *ReceivedNotifyMessageVector) DecodeBare(b *bin.Buffer) error {
tl_received_notify_message_vector_gen.go#L167: func (vec *ReceivedNotifyMessageVector) GetElems() (value []ReceivedNotifyMessage) {
tl_server_gen.go#L2836: return &ReceivedNotifyMessageVector{Elems: response}, nil
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. |