type github.com/gotd/td/tg.MessageActionBotAllowed
39 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L3172: type MessageActionBotAllowed struct {
tl_message_action_gen.go#L3211: func (m MessageActionBotAllowed) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L3215: _ bin.Encoder = &MessageActionBotAllowed{}
tl_message_action_gen.go#L3216: _ bin.Decoder = &MessageActionBotAllowed{}
tl_message_action_gen.go#L3217: _ bin.BareEncoder = &MessageActionBotAllowed{}
tl_message_action_gen.go#L3218: _ bin.BareDecoder = &MessageActionBotAllowed{}
tl_message_action_gen.go#L3220: _ MessageActionClass = &MessageActionBotAllowed{}
tl_message_action_gen.go#L3223: func (m *MessageActionBotAllowed) Zero() bool {
tl_message_action_gen.go#L3247: func (m *MessageActionBotAllowed) String() string {
tl_message_action_gen.go#L3251: type Alias MessageActionBotAllowed
tl_message_action_gen.go#L3256: func (m *MessageActionBotAllowed) FillFrom(from interface {
tl_message_action_gen.go#L3277: func (*MessageActionBotAllowed) TypeID() uint32 {
tl_message_action_gen.go#L3282: func (*MessageActionBotAllowed) TypeName() string {
tl_message_action_gen.go#L3287: func (m *MessageActionBotAllowed) TypeInfo() tdp.Type {
tl_message_action_gen.go#L3322: func (m *MessageActionBotAllowed) SetFlags() {
tl_message_action_gen.go#L3338: func (m *MessageActionBotAllowed) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L3347: func (m *MessageActionBotAllowed) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L3370: func (m *MessageActionBotAllowed) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L3381: func (m *MessageActionBotAllowed) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L3410: func (m *MessageActionBotAllowed) SetAttachMenu(value bool) {
tl_message_action_gen.go#L3421: func (m *MessageActionBotAllowed) GetAttachMenu() (value bool) {
tl_message_action_gen.go#L3429: func (m *MessageActionBotAllowed) SetFromRequest(value bool) {
tl_message_action_gen.go#L3440: func (m *MessageActionBotAllowed) GetFromRequest() (value bool) {
tl_message_action_gen.go#L3448: func (m *MessageActionBotAllowed) SetDomain(value string) {
tl_message_action_gen.go#L3455: func (m *MessageActionBotAllowed) GetDomain() (value string, ok bool) {
tl_message_action_gen.go#L3466: func (m *MessageActionBotAllowed) SetApp(value BotAppClass) {
tl_message_action_gen.go#L3473: func (m *MessageActionBotAllowed) GetApp() (value BotAppClass, ok bool) {
tl_message_action_gen.go#L7904: v := MessageActionBotAllowed{}
tl_message_action_slices_gen.go#L304: value, ok := elem.(*MessageActionBotAllowed)
tl_message_action_slices_gen.go#L1697: type MessageActionBotAllowedArray []MessageActionBotAllowed
tl_message_action_slices_gen.go#L1700: func (s MessageActionBotAllowedArray) Sort(less func(a, b MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L1708: func (s MessageActionBotAllowedArray) SortStable(less func(a, b MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L1716: func (s MessageActionBotAllowedArray) Retain(keep func(x MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L1730: func (s MessageActionBotAllowedArray) First() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L1738: func (s MessageActionBotAllowedArray) Last() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L1746: func (s *MessageActionBotAllowedArray) PopFirst() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L1756: var zero MessageActionBotAllowed
tl_message_action_slices_gen.go#L1765: func (s *MessageActionBotAllowedArray) Pop() (v MessageActionBotAllowed, ok bool) {
tl_registry_gen.go#L3732: MessageActionBotAllowedTypeID: func() bin.Object { return &MessageActionBotAllowed{} },
|
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. |