type github.com/gotd/td/tg.InputTheme
37 uses
github.com/gotd/td/tg (current package)
tl_input_theme_gen.go#L38: type InputTheme struct {
tl_input_theme_gen.go#L49: func (i InputTheme) construct() InputThemeClass { return &i }
tl_input_theme_gen.go#L53: _ bin.Encoder = &InputTheme{}
tl_input_theme_gen.go#L54: _ bin.Decoder = &InputTheme{}
tl_input_theme_gen.go#L55: _ bin.BareEncoder = &InputTheme{}
tl_input_theme_gen.go#L56: _ bin.BareDecoder = &InputTheme{}
tl_input_theme_gen.go#L58: _ InputThemeClass = &InputTheme{}
tl_input_theme_gen.go#L61: func (i *InputTheme) Zero() bool {
tl_input_theme_gen.go#L76: func (i *InputTheme) String() string {
tl_input_theme_gen.go#L80: type Alias InputTheme
tl_input_theme_gen.go#L85: func (i *InputTheme) FillFrom(from interface {
tl_input_theme_gen.go#L96: func (*InputTheme) TypeID() uint32 {
tl_input_theme_gen.go#L101: func (*InputTheme) TypeName() string {
tl_input_theme_gen.go#L106: func (i *InputTheme) TypeInfo() tdp.Type {
tl_input_theme_gen.go#L129: func (i *InputTheme) Encode(b *bin.Buffer) error {
tl_input_theme_gen.go#L138: func (i *InputTheme) EncodeBare(b *bin.Buffer) error {
tl_input_theme_gen.go#L148: func (i *InputTheme) Decode(b *bin.Buffer) error {
tl_input_theme_gen.go#L159: func (i *InputTheme) DecodeBare(b *bin.Buffer) error {
tl_input_theme_gen.go#L181: func (i *InputTheme) GetID() (value int64) {
tl_input_theme_gen.go#L189: func (i *InputTheme) GetAccessHash() (value int64) {
tl_input_theme_gen.go#L380: v := InputTheme{}
tl_input_theme_slices_gen.go#L122: value, ok := elem.(*InputTheme)
tl_input_theme_slices_gen.go#L146: type InputThemeArray []InputTheme
tl_input_theme_slices_gen.go#L149: func (s InputThemeArray) Sort(less func(a, b InputTheme) bool) InputThemeArray {
tl_input_theme_slices_gen.go#L157: func (s InputThemeArray) SortStable(less func(a, b InputTheme) bool) InputThemeArray {
tl_input_theme_slices_gen.go#L165: func (s InputThemeArray) Retain(keep func(x InputTheme) bool) InputThemeArray {
tl_input_theme_slices_gen.go#L179: func (s InputThemeArray) First() (v InputTheme, ok bool) {
tl_input_theme_slices_gen.go#L187: func (s InputThemeArray) Last() (v InputTheme, ok bool) {
tl_input_theme_slices_gen.go#L195: func (s *InputThemeArray) PopFirst() (v InputTheme, ok bool) {
tl_input_theme_slices_gen.go#L205: var zero InputTheme
tl_input_theme_slices_gen.go#L214: func (s *InputThemeArray) Pop() (v InputTheme, ok bool) {
tl_input_theme_slices_gen.go#L229: return s.Sort(func(a, b InputTheme) bool {
tl_input_theme_slices_gen.go#L236: return s.SortStable(func(a, b InputTheme) bool {
tl_input_theme_slices_gen.go#L242: func (s InputThemeArray) FillMap(to map[int64]InputTheme) {
tl_input_theme_slices_gen.go#L249: func (s InputThemeArray) ToMap() map[int64]InputTheme {
tl_input_theme_slices_gen.go#L250: r := make(map[int64]InputTheme, len(s))
tl_registry_gen.go#L4533: InputThemeTypeID: func() bin.Object { return &InputTheme{} },
|
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. |