type github.com/gotd/td/tg.InputWallPaperSlug
33 uses
github.com/gotd/td/tg (current package)
tl_input_wall_paper_gen.go#L210: type InputWallPaperSlug struct {
tl_input_wall_paper_gen.go#L219: func (i InputWallPaperSlug) construct() InputWallPaperClass { return &i }
tl_input_wall_paper_gen.go#L223: _ bin.Encoder = &InputWallPaperSlug{}
tl_input_wall_paper_gen.go#L224: _ bin.Decoder = &InputWallPaperSlug{}
tl_input_wall_paper_gen.go#L225: _ bin.BareEncoder = &InputWallPaperSlug{}
tl_input_wall_paper_gen.go#L226: _ bin.BareDecoder = &InputWallPaperSlug{}
tl_input_wall_paper_gen.go#L228: _ InputWallPaperClass = &InputWallPaperSlug{}
tl_input_wall_paper_gen.go#L231: func (i *InputWallPaperSlug) Zero() bool {
tl_input_wall_paper_gen.go#L243: func (i *InputWallPaperSlug) String() string {
tl_input_wall_paper_gen.go#L247: type Alias InputWallPaperSlug
tl_input_wall_paper_gen.go#L252: func (i *InputWallPaperSlug) FillFrom(from interface {
tl_input_wall_paper_gen.go#L261: func (*InputWallPaperSlug) TypeID() uint32 {
tl_input_wall_paper_gen.go#L266: func (*InputWallPaperSlug) TypeName() string {
tl_input_wall_paper_gen.go#L271: func (i *InputWallPaperSlug) TypeInfo() tdp.Type {
tl_input_wall_paper_gen.go#L290: func (i *InputWallPaperSlug) Encode(b *bin.Buffer) error {
tl_input_wall_paper_gen.go#L299: func (i *InputWallPaperSlug) EncodeBare(b *bin.Buffer) error {
tl_input_wall_paper_gen.go#L308: func (i *InputWallPaperSlug) Decode(b *bin.Buffer) error {
tl_input_wall_paper_gen.go#L319: func (i *InputWallPaperSlug) DecodeBare(b *bin.Buffer) error {
tl_input_wall_paper_gen.go#L334: func (i *InputWallPaperSlug) GetSlug() (value string) {
tl_input_wall_paper_gen.go#L535: v := InputWallPaperSlug{}
tl_input_wall_paper_slices_gen.go#L135: value, ok := elem.(*InputWallPaperSlug)
tl_input_wall_paper_slices_gen.go#L269: type InputWallPaperSlugArray []InputWallPaperSlug
tl_input_wall_paper_slices_gen.go#L272: func (s InputWallPaperSlugArray) Sort(less func(a, b InputWallPaperSlug) bool) InputWallPaperSlugArray {
tl_input_wall_paper_slices_gen.go#L280: func (s InputWallPaperSlugArray) SortStable(less func(a, b InputWallPaperSlug) bool) InputWallPaperSlugArray {
tl_input_wall_paper_slices_gen.go#L288: func (s InputWallPaperSlugArray) Retain(keep func(x InputWallPaperSlug) bool) InputWallPaperSlugArray {
tl_input_wall_paper_slices_gen.go#L302: func (s InputWallPaperSlugArray) First() (v InputWallPaperSlug, ok bool) {
tl_input_wall_paper_slices_gen.go#L310: func (s InputWallPaperSlugArray) Last() (v InputWallPaperSlug, ok bool) {
tl_input_wall_paper_slices_gen.go#L318: func (s *InputWallPaperSlugArray) PopFirst() (v InputWallPaperSlug, ok bool) {
tl_input_wall_paper_slices_gen.go#L328: var zero InputWallPaperSlug
tl_input_wall_paper_slices_gen.go#L337: func (s *InputWallPaperSlugArray) Pop() (v InputWallPaperSlug, ok bool) {
tl_registry_gen.go#L4508: InputWallPaperSlugTypeID: func() bin.Object { return &InputWallPaperSlug{} },
tl_wall_paper_gen.go#L817: func (w *WallPaper) AsInputWallPaperSlug() *InputWallPaperSlug {
tl_wall_paper_gen.go#L818: value := new(InputWallPaperSlug)
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. |