type github.com/gotd/td/tg.MessagesReorderStickerSetsRequest
26 uses
github.com/gotd/td/tg (current package)
tl_messages_reorder_sticker_sets_gen.go#L38: type MessagesReorderStickerSetsRequest struct {
tl_messages_reorder_sticker_sets_gen.go#L60: _ bin.Encoder = &MessagesReorderStickerSetsRequest{}
tl_messages_reorder_sticker_sets_gen.go#L61: _ bin.Decoder = &MessagesReorderStickerSetsRequest{}
tl_messages_reorder_sticker_sets_gen.go#L62: _ bin.BareEncoder = &MessagesReorderStickerSetsRequest{}
tl_messages_reorder_sticker_sets_gen.go#L63: _ bin.BareDecoder = &MessagesReorderStickerSetsRequest{}
tl_messages_reorder_sticker_sets_gen.go#L66: func (r *MessagesReorderStickerSetsRequest) Zero() bool {
tl_messages_reorder_sticker_sets_gen.go#L87: func (r *MessagesReorderStickerSetsRequest) String() string {
tl_messages_reorder_sticker_sets_gen.go#L91: type Alias MessagesReorderStickerSetsRequest
tl_messages_reorder_sticker_sets_gen.go#L96: func (r *MessagesReorderStickerSetsRequest) FillFrom(from interface {
tl_messages_reorder_sticker_sets_gen.go#L109: func (*MessagesReorderStickerSetsRequest) TypeID() uint32 {
tl_messages_reorder_sticker_sets_gen.go#L114: func (*MessagesReorderStickerSetsRequest) TypeName() string {
tl_messages_reorder_sticker_sets_gen.go#L119: func (r *MessagesReorderStickerSetsRequest) TypeInfo() tdp.Type {
tl_messages_reorder_sticker_sets_gen.go#L148: func (r *MessagesReorderStickerSetsRequest) SetFlags() {
tl_messages_reorder_sticker_sets_gen.go#L158: func (r *MessagesReorderStickerSetsRequest) Encode(b *bin.Buffer) error {
tl_messages_reorder_sticker_sets_gen.go#L167: func (r *MessagesReorderStickerSetsRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_reorder_sticker_sets_gen.go#L183: func (r *MessagesReorderStickerSetsRequest) Decode(b *bin.Buffer) error {
tl_messages_reorder_sticker_sets_gen.go#L194: func (r *MessagesReorderStickerSetsRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_reorder_sticker_sets_gen.go#L226: func (r *MessagesReorderStickerSetsRequest) SetMasks(value bool) {
tl_messages_reorder_sticker_sets_gen.go#L237: func (r *MessagesReorderStickerSetsRequest) GetMasks() (value bool) {
tl_messages_reorder_sticker_sets_gen.go#L245: func (r *MessagesReorderStickerSetsRequest) SetEmojis(value bool) {
tl_messages_reorder_sticker_sets_gen.go#L256: func (r *MessagesReorderStickerSetsRequest) GetEmojis() (value bool) {
tl_messages_reorder_sticker_sets_gen.go#L264: func (r *MessagesReorderStickerSetsRequest) GetOrder() (value []int64) {
tl_messages_reorder_sticker_sets_gen.go#L275: func (c *Client) MessagesReorderStickerSets(ctx context.Context, request *MessagesReorderStickerSetsRequest) (bool, error) {
tl_registry_gen.go#L5001: MessagesReorderStickerSetsRequestTypeID: func() bin.Object { return &MessagesReorderStickerSetsRequest{} },
tl_server_gen.go#L3558: func (s *ServerDispatcher) OnMessagesReorderStickerSets(f func(ctx context.Context, request *MessagesReorderStickerSetsRequest) (bool, error)) {
tl_server_gen.go#L3560: var request MessagesReorderStickerSetsRequest
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. |