type github.com/gotd/td/tg.StickersSuggestedShortName
21 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4615: StickersSuggestedShortNameTypeID: func() bin.Object { return &StickersSuggestedShortName{} },
tl_server_gen.go#L8564: func (s *ServerDispatcher) OnStickersSuggestShortName(f func(ctx context.Context, title string) (*StickersSuggestedShortName, error)) {
tl_stickers_suggest_short_name_gen.go#L172: func (c *Client) StickersSuggestShortName(ctx context.Context, title string) (*StickersSuggestedShortName, error) {
tl_stickers_suggest_short_name_gen.go#L173: var result StickersSuggestedShortName
tl_stickers_suggested_short_name_gen.go#L38: type StickersSuggestedShortName struct {
tl_stickers_suggested_short_name_gen.go#L48: _ bin.Encoder = &StickersSuggestedShortName{}
tl_stickers_suggested_short_name_gen.go#L49: _ bin.Decoder = &StickersSuggestedShortName{}
tl_stickers_suggested_short_name_gen.go#L50: _ bin.BareEncoder = &StickersSuggestedShortName{}
tl_stickers_suggested_short_name_gen.go#L51: _ bin.BareDecoder = &StickersSuggestedShortName{}
tl_stickers_suggested_short_name_gen.go#L54: func (s *StickersSuggestedShortName) Zero() bool {
tl_stickers_suggested_short_name_gen.go#L66: func (s *StickersSuggestedShortName) String() string {
tl_stickers_suggested_short_name_gen.go#L70: type Alias StickersSuggestedShortName
tl_stickers_suggested_short_name_gen.go#L75: func (s *StickersSuggestedShortName) FillFrom(from interface {
tl_stickers_suggested_short_name_gen.go#L84: func (*StickersSuggestedShortName) TypeID() uint32 {
tl_stickers_suggested_short_name_gen.go#L89: func (*StickersSuggestedShortName) TypeName() string {
tl_stickers_suggested_short_name_gen.go#L94: func (s *StickersSuggestedShortName) TypeInfo() tdp.Type {
tl_stickers_suggested_short_name_gen.go#L113: func (s *StickersSuggestedShortName) Encode(b *bin.Buffer) error {
tl_stickers_suggested_short_name_gen.go#L122: func (s *StickersSuggestedShortName) EncodeBare(b *bin.Buffer) error {
tl_stickers_suggested_short_name_gen.go#L131: func (s *StickersSuggestedShortName) Decode(b *bin.Buffer) error {
tl_stickers_suggested_short_name_gen.go#L142: func (s *StickersSuggestedShortName) DecodeBare(b *bin.Buffer) error {
tl_stickers_suggested_short_name_gen.go#L157: func (s *StickersSuggestedShortName) GetShortName() (value string) {
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. |