type github.com/gotd/td/tg.InputThemeSlug

31 uses

	github.com/gotd/td/tg (current package)
		tl_input_theme_gen.go#L200: type InputThemeSlug struct {
		tl_input_theme_gen.go#L212: func (i InputThemeSlug) construct() InputThemeClass { return &i }
		tl_input_theme_gen.go#L216: 	_ bin.Encoder     = &InputThemeSlug{}
		tl_input_theme_gen.go#L217: 	_ bin.Decoder     = &InputThemeSlug{}
		tl_input_theme_gen.go#L218: 	_ bin.BareEncoder = &InputThemeSlug{}
		tl_input_theme_gen.go#L219: 	_ bin.BareDecoder = &InputThemeSlug{}
		tl_input_theme_gen.go#L221: 	_ InputThemeClass = &InputThemeSlug{}
		tl_input_theme_gen.go#L224: func (i *InputThemeSlug) Zero() bool {
		tl_input_theme_gen.go#L236: func (i *InputThemeSlug) String() string {
		tl_input_theme_gen.go#L240: 	type Alias InputThemeSlug
		tl_input_theme_gen.go#L245: func (i *InputThemeSlug) FillFrom(from interface {
		tl_input_theme_gen.go#L254: func (*InputThemeSlug) TypeID() uint32 {
		tl_input_theme_gen.go#L259: func (*InputThemeSlug) TypeName() string {
		tl_input_theme_gen.go#L264: func (i *InputThemeSlug) TypeInfo() tdp.Type {
		tl_input_theme_gen.go#L283: func (i *InputThemeSlug) Encode(b *bin.Buffer) error {
		tl_input_theme_gen.go#L292: func (i *InputThemeSlug) EncodeBare(b *bin.Buffer) error {
		tl_input_theme_gen.go#L301: func (i *InputThemeSlug) Decode(b *bin.Buffer) error {
		tl_input_theme_gen.go#L312: func (i *InputThemeSlug) DecodeBare(b *bin.Buffer) error {
		tl_input_theme_gen.go#L327: func (i *InputThemeSlug) GetSlug() (value string) {
		tl_input_theme_gen.go#L387: 		v := InputThemeSlug{}
		tl_input_theme_slices_gen.go#L135: 		value, ok := elem.(*InputThemeSlug)
		tl_input_theme_slices_gen.go#L256: type InputThemeSlugArray []InputThemeSlug
		tl_input_theme_slices_gen.go#L259: func (s InputThemeSlugArray) Sort(less func(a, b InputThemeSlug) bool) InputThemeSlugArray {
		tl_input_theme_slices_gen.go#L267: func (s InputThemeSlugArray) SortStable(less func(a, b InputThemeSlug) bool) InputThemeSlugArray {
		tl_input_theme_slices_gen.go#L275: func (s InputThemeSlugArray) Retain(keep func(x InputThemeSlug) bool) InputThemeSlugArray {
		tl_input_theme_slices_gen.go#L289: func (s InputThemeSlugArray) First() (v InputThemeSlug, ok bool) {
		tl_input_theme_slices_gen.go#L297: func (s InputThemeSlugArray) Last() (v InputThemeSlug, ok bool) {
		tl_input_theme_slices_gen.go#L305: func (s *InputThemeSlugArray) PopFirst() (v InputThemeSlug, ok bool) {
		tl_input_theme_slices_gen.go#L315: 	var zero InputThemeSlug
		tl_input_theme_slices_gen.go#L324: func (s *InputThemeSlugArray) Pop() (v InputThemeSlug, ok bool) {
		tl_registry_gen.go#L4534: 		InputThemeSlugTypeID:                                                    func() bin.Object { return &InputThemeSlug{} },