type github.com/gotd/td/tg.InputStickerSetDice
31 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_gen.go#L548: type InputStickerSetDice struct {
tl_input_sticker_set_gen.go#L557: func (i InputStickerSetDice) construct() InputStickerSetClass { return &i }
tl_input_sticker_set_gen.go#L561: _ bin.Encoder = &InputStickerSetDice{}
tl_input_sticker_set_gen.go#L562: _ bin.Decoder = &InputStickerSetDice{}
tl_input_sticker_set_gen.go#L563: _ bin.BareEncoder = &InputStickerSetDice{}
tl_input_sticker_set_gen.go#L564: _ bin.BareDecoder = &InputStickerSetDice{}
tl_input_sticker_set_gen.go#L566: _ InputStickerSetClass = &InputStickerSetDice{}
tl_input_sticker_set_gen.go#L569: func (i *InputStickerSetDice) Zero() bool {
tl_input_sticker_set_gen.go#L581: func (i *InputStickerSetDice) String() string {
tl_input_sticker_set_gen.go#L585: type Alias InputStickerSetDice
tl_input_sticker_set_gen.go#L590: func (i *InputStickerSetDice) FillFrom(from interface {
tl_input_sticker_set_gen.go#L599: func (*InputStickerSetDice) TypeID() uint32 {
tl_input_sticker_set_gen.go#L604: func (*InputStickerSetDice) TypeName() string {
tl_input_sticker_set_gen.go#L609: func (i *InputStickerSetDice) TypeInfo() tdp.Type {
tl_input_sticker_set_gen.go#L628: func (i *InputStickerSetDice) Encode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L637: func (i *InputStickerSetDice) EncodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L646: func (i *InputStickerSetDice) Decode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L657: func (i *InputStickerSetDice) DecodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L672: func (i *InputStickerSetDice) GetEmoticon() (value string) {
tl_input_sticker_set_gen.go#L1385: v := InputStickerSetDice{}
tl_input_sticker_set_slices_gen.go#L148: value, ok := elem.(*InputStickerSetDice)
tl_input_sticker_set_slices_gen.go#L351: type InputStickerSetDiceArray []InputStickerSetDice
tl_input_sticker_set_slices_gen.go#L354: func (s InputStickerSetDiceArray) Sort(less func(a, b InputStickerSetDice) bool) InputStickerSetDiceArray {
tl_input_sticker_set_slices_gen.go#L362: func (s InputStickerSetDiceArray) SortStable(less func(a, b InputStickerSetDice) bool) InputStickerSetDiceArray {
tl_input_sticker_set_slices_gen.go#L370: func (s InputStickerSetDiceArray) Retain(keep func(x InputStickerSetDice) bool) InputStickerSetDiceArray {
tl_input_sticker_set_slices_gen.go#L384: func (s InputStickerSetDiceArray) First() (v InputStickerSetDice, ok bool) {
tl_input_sticker_set_slices_gen.go#L392: func (s InputStickerSetDiceArray) Last() (v InputStickerSetDice, ok bool) {
tl_input_sticker_set_slices_gen.go#L400: func (s *InputStickerSetDiceArray) PopFirst() (v InputStickerSetDice, ok bool) {
tl_input_sticker_set_slices_gen.go#L410: var zero InputStickerSetDice
tl_input_sticker_set_slices_gen.go#L419: func (s *InputStickerSetDiceArray) Pop() (v InputStickerSetDice, ok bool) {
tl_registry_gen.go#L4094: InputStickerSetDiceTypeID: func() bin.Object { return &InputStickerSetDice{} },
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. |