type github.com/gotd/td/tg.MessagesGetPinnedDialogsRequest
20 uses
github.com/gotd/td/tg (current package)
tl_messages_get_pinned_dialogs_gen.go#L38: type MessagesGetPinnedDialogsRequest struct {
tl_messages_get_pinned_dialogs_gen.go#L51: _ bin.Encoder = &MessagesGetPinnedDialogsRequest{}
tl_messages_get_pinned_dialogs_gen.go#L52: _ bin.Decoder = &MessagesGetPinnedDialogsRequest{}
tl_messages_get_pinned_dialogs_gen.go#L53: _ bin.BareEncoder = &MessagesGetPinnedDialogsRequest{}
tl_messages_get_pinned_dialogs_gen.go#L54: _ bin.BareDecoder = &MessagesGetPinnedDialogsRequest{}
tl_messages_get_pinned_dialogs_gen.go#L57: func (g *MessagesGetPinnedDialogsRequest) Zero() bool {
tl_messages_get_pinned_dialogs_gen.go#L69: func (g *MessagesGetPinnedDialogsRequest) String() string {
tl_messages_get_pinned_dialogs_gen.go#L73: type Alias MessagesGetPinnedDialogsRequest
tl_messages_get_pinned_dialogs_gen.go#L78: func (g *MessagesGetPinnedDialogsRequest) FillFrom(from interface {
tl_messages_get_pinned_dialogs_gen.go#L87: func (*MessagesGetPinnedDialogsRequest) TypeID() uint32 {
tl_messages_get_pinned_dialogs_gen.go#L92: func (*MessagesGetPinnedDialogsRequest) TypeName() string {
tl_messages_get_pinned_dialogs_gen.go#L97: func (g *MessagesGetPinnedDialogsRequest) TypeInfo() tdp.Type {
tl_messages_get_pinned_dialogs_gen.go#L116: func (g *MessagesGetPinnedDialogsRequest) Encode(b *bin.Buffer) error {
tl_messages_get_pinned_dialogs_gen.go#L125: func (g *MessagesGetPinnedDialogsRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_get_pinned_dialogs_gen.go#L134: func (g *MessagesGetPinnedDialogsRequest) Decode(b *bin.Buffer) error {
tl_messages_get_pinned_dialogs_gen.go#L145: func (g *MessagesGetPinnedDialogsRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_get_pinned_dialogs_gen.go#L160: func (g *MessagesGetPinnedDialogsRequest) GetFolderID() (value int) {
tl_messages_get_pinned_dialogs_gen.go#L178: request := &MessagesGetPinnedDialogsRequest{
tl_registry_gen.go#L5032: MessagesGetPinnedDialogsRequestTypeID: func() bin.Object { return &MessagesGetPinnedDialogsRequest{} },
tl_server_gen.go#L4135: var request MessagesGetPinnedDialogsRequest
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. |