type github.com/gotd/td/tg.MessageActionChannelCreateArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L198: func (s MessageActionClassArray) AsMessageActionChannelCreate() (to MessageActionChannelCreateArray) {
tl_message_action_slices_gen.go#L1041: type MessageActionChannelCreateArray []MessageActionChannelCreate
tl_message_action_slices_gen.go#L1044: func (s MessageActionChannelCreateArray) Sort(less func(a, b MessageActionChannelCreate) bool) MessageActionChannelCreateArray {
tl_message_action_slices_gen.go#L1052: func (s MessageActionChannelCreateArray) SortStable(less func(a, b MessageActionChannelCreate) bool) MessageActionChannelCreateArray {
tl_message_action_slices_gen.go#L1060: func (s MessageActionChannelCreateArray) Retain(keep func(x MessageActionChannelCreate) bool) MessageActionChannelCreateArray {
tl_message_action_slices_gen.go#L1074: func (s MessageActionChannelCreateArray) First() (v MessageActionChannelCreate, ok bool) {
tl_message_action_slices_gen.go#L1082: func (s MessageActionChannelCreateArray) Last() (v MessageActionChannelCreate, ok bool) {
tl_message_action_slices_gen.go#L1090: func (s *MessageActionChannelCreateArray) PopFirst() (v MessageActionChannelCreate, ok bool) {
tl_message_action_slices_gen.go#L1109: func (s *MessageActionChannelCreateArray) Pop() (v MessageActionChannelCreate, ok bool) {
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. |