type github.com/gotd/td/tg.InputAiComposeToneID
39 uses
github.com/gotd/td/tg (current package)
tl_ai_compose_tone_gen.go#L783: func (a *AiComposeTone) AsInputAiComposeToneID() *InputAiComposeToneID {
tl_ai_compose_tone_gen.go#L784: value := new(InputAiComposeToneID)
tl_input_ai_compose_tone_gen.go#L171: type InputAiComposeToneID struct {
tl_input_ai_compose_tone_gen.go#L182: func (i InputAiComposeToneID) construct() InputAiComposeToneClass { return &i }
tl_input_ai_compose_tone_gen.go#L186: _ bin.Encoder = &InputAiComposeToneID{}
tl_input_ai_compose_tone_gen.go#L187: _ bin.Decoder = &InputAiComposeToneID{}
tl_input_ai_compose_tone_gen.go#L188: _ bin.BareEncoder = &InputAiComposeToneID{}
tl_input_ai_compose_tone_gen.go#L189: _ bin.BareDecoder = &InputAiComposeToneID{}
tl_input_ai_compose_tone_gen.go#L191: _ InputAiComposeToneClass = &InputAiComposeToneID{}
tl_input_ai_compose_tone_gen.go#L194: func (i *InputAiComposeToneID) Zero() bool {
tl_input_ai_compose_tone_gen.go#L209: func (i *InputAiComposeToneID) String() string {
tl_input_ai_compose_tone_gen.go#L213: type Alias InputAiComposeToneID
tl_input_ai_compose_tone_gen.go#L218: func (i *InputAiComposeToneID) FillFrom(from interface {
tl_input_ai_compose_tone_gen.go#L229: func (*InputAiComposeToneID) TypeID() uint32 {
tl_input_ai_compose_tone_gen.go#L234: func (*InputAiComposeToneID) TypeName() string {
tl_input_ai_compose_tone_gen.go#L239: func (i *InputAiComposeToneID) TypeInfo() tdp.Type {
tl_input_ai_compose_tone_gen.go#L262: func (i *InputAiComposeToneID) Encode(b *bin.Buffer) error {
tl_input_ai_compose_tone_gen.go#L271: func (i *InputAiComposeToneID) EncodeBare(b *bin.Buffer) error {
tl_input_ai_compose_tone_gen.go#L281: func (i *InputAiComposeToneID) Decode(b *bin.Buffer) error {
tl_input_ai_compose_tone_gen.go#L292: func (i *InputAiComposeToneID) DecodeBare(b *bin.Buffer) error {
tl_input_ai_compose_tone_gen.go#L314: func (i *InputAiComposeToneID) GetID() (value int64) {
tl_input_ai_compose_tone_gen.go#L322: func (i *InputAiComposeToneID) GetAccessHash() (value int64) {
tl_input_ai_compose_tone_gen.go#L522: v := InputAiComposeToneID{}
tl_input_ai_compose_tone_slices_gen.go#L135: value, ok := elem.(*InputAiComposeToneID)
tl_input_ai_compose_tone_slices_gen.go#L241: type InputAiComposeToneIDArray []InputAiComposeToneID
tl_input_ai_compose_tone_slices_gen.go#L244: func (s InputAiComposeToneIDArray) Sort(less func(a, b InputAiComposeToneID) bool) InputAiComposeToneIDArray {
tl_input_ai_compose_tone_slices_gen.go#L252: func (s InputAiComposeToneIDArray) SortStable(less func(a, b InputAiComposeToneID) bool) InputAiComposeToneIDArray {
tl_input_ai_compose_tone_slices_gen.go#L260: func (s InputAiComposeToneIDArray) Retain(keep func(x InputAiComposeToneID) bool) InputAiComposeToneIDArray {
tl_input_ai_compose_tone_slices_gen.go#L274: func (s InputAiComposeToneIDArray) First() (v InputAiComposeToneID, ok bool) {
tl_input_ai_compose_tone_slices_gen.go#L282: func (s InputAiComposeToneIDArray) Last() (v InputAiComposeToneID, ok bool) {
tl_input_ai_compose_tone_slices_gen.go#L290: func (s *InputAiComposeToneIDArray) PopFirst() (v InputAiComposeToneID, ok bool) {
tl_input_ai_compose_tone_slices_gen.go#L300: var zero InputAiComposeToneID
tl_input_ai_compose_tone_slices_gen.go#L309: func (s *InputAiComposeToneIDArray) Pop() (v InputAiComposeToneID, ok bool) {
tl_input_ai_compose_tone_slices_gen.go#L324: return s.Sort(func(a, b InputAiComposeToneID) bool {
tl_input_ai_compose_tone_slices_gen.go#L331: return s.SortStable(func(a, b InputAiComposeToneID) bool {
tl_input_ai_compose_tone_slices_gen.go#L337: func (s InputAiComposeToneIDArray) FillMap(to map[int64]InputAiComposeToneID) {
tl_input_ai_compose_tone_slices_gen.go#L344: func (s InputAiComposeToneIDArray) ToMap() map[int64]InputAiComposeToneID {
tl_input_ai_compose_tone_slices_gen.go#L345: r := make(map[int64]InputAiComposeToneID, len(s))
tl_registry_gen.go#L6492: InputAiComposeToneIDTypeID: func() bin.Object { return &InputAiComposeToneID{} },
 |
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. |