type github.com/gotd/td/tg.InputChatTheme
33 uses
github.com/gotd/td/tg (current package)
tl_chat_theme_gen.go#L400: func (c *ChatTheme) AsInput() *InputChatTheme {
tl_chat_theme_gen.go#L401: value := new(InputChatTheme)
tl_input_chat_theme_gen.go#L143: type InputChatTheme struct {
tl_input_chat_theme_gen.go#L152: func (i InputChatTheme) construct() InputChatThemeClass { return &i }
tl_input_chat_theme_gen.go#L156: _ bin.Encoder = &InputChatTheme{}
tl_input_chat_theme_gen.go#L157: _ bin.Decoder = &InputChatTheme{}
tl_input_chat_theme_gen.go#L158: _ bin.BareEncoder = &InputChatTheme{}
tl_input_chat_theme_gen.go#L159: _ bin.BareDecoder = &InputChatTheme{}
tl_input_chat_theme_gen.go#L161: _ InputChatThemeClass = &InputChatTheme{}
tl_input_chat_theme_gen.go#L164: func (i *InputChatTheme) Zero() bool {
tl_input_chat_theme_gen.go#L176: func (i *InputChatTheme) String() string {
tl_input_chat_theme_gen.go#L180: type Alias InputChatTheme
tl_input_chat_theme_gen.go#L185: func (i *InputChatTheme) FillFrom(from interface {
tl_input_chat_theme_gen.go#L194: func (*InputChatTheme) TypeID() uint32 {
tl_input_chat_theme_gen.go#L199: func (*InputChatTheme) TypeName() string {
tl_input_chat_theme_gen.go#L204: func (i *InputChatTheme) TypeInfo() tdp.Type {
tl_input_chat_theme_gen.go#L223: func (i *InputChatTheme) Encode(b *bin.Buffer) error {
tl_input_chat_theme_gen.go#L232: func (i *InputChatTheme) EncodeBare(b *bin.Buffer) error {
tl_input_chat_theme_gen.go#L241: func (i *InputChatTheme) Decode(b *bin.Buffer) error {
tl_input_chat_theme_gen.go#L252: func (i *InputChatTheme) DecodeBare(b *bin.Buffer) error {
tl_input_chat_theme_gen.go#L267: func (i *InputChatTheme) GetEmoticon() (value string) {
tl_input_chat_theme_gen.go#L476: v := InputChatTheme{}
tl_input_chat_theme_slices_gen.go#L122: value, ok := elem.(*InputChatTheme)
tl_input_chat_theme_slices_gen.go#L146: type InputChatThemeArray []InputChatTheme
tl_input_chat_theme_slices_gen.go#L149: func (s InputChatThemeArray) Sort(less func(a, b InputChatTheme) bool) InputChatThemeArray {
tl_input_chat_theme_slices_gen.go#L157: func (s InputChatThemeArray) SortStable(less func(a, b InputChatTheme) bool) InputChatThemeArray {
tl_input_chat_theme_slices_gen.go#L165: func (s InputChatThemeArray) Retain(keep func(x InputChatTheme) bool) InputChatThemeArray {
tl_input_chat_theme_slices_gen.go#L179: func (s InputChatThemeArray) First() (v InputChatTheme, ok bool) {
tl_input_chat_theme_slices_gen.go#L187: func (s InputChatThemeArray) Last() (v InputChatTheme, ok bool) {
tl_input_chat_theme_slices_gen.go#L195: func (s *InputChatThemeArray) PopFirst() (v InputChatTheme, ok bool) {
tl_input_chat_theme_slices_gen.go#L205: var zero InputChatTheme
tl_input_chat_theme_slices_gen.go#L214: func (s *InputChatThemeArray) Pop() (v InputChatTheme, ok bool) {
tl_registry_gen.go#L6445: InputChatThemeTypeID: func() bin.Object { return &InputChatTheme{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |